home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Emulators / v2600 / v2600.readme < prev   
Text File  |  1998-06-24  |  2KB  |  110 lines

  1. v2600 - Virtual 2600, An Atari 2600 Emulator
  2. ============================================
  3. Amiga version 0.7
  4.  
  5. USAGE
  6.  
  7. v2600 [options] filename
  8.  
  9.  
  10. DESCRIPTION
  11.  
  12. v2600 is an emulation of the Atari 2600 video game system.  It can take
  13. cartridges as either .bin binary images (2K or 4K), Commodore .prg format
  14. files, Activision Action Pack .bin files, and the new .c26 Common 2600 file
  15. format files.
  16.  
  17.  
  18. OPTIONS
  19.  
  20. -f <number>
  21. Set the refresh rate. (1=default)
  22. Example: -f 2 = skip one frame
  23.  
  24. -n
  25. Emulate an NTSC 2600. (default)
  26.  
  27. -p
  28. Emulate a PAL 2600.
  29.  
  30. -h
  31. Show usage information.
  32.  
  33. -v
  34. Show version.
  35.  
  36. -l <type>
  37. Left controller. 0=JOY (default), 1=PADDLE (use the mouse!)
  38.  
  39. -r <type> 
  40. Right controller. 0=JOY (default), 1=PADDLE (use the mouse!)
  41.  
  42. -b <type>
  43. Bank switching scheme. 0=NONE (default), 1=Atari 8k, 2=Atari 16k,
  44.                        3=Parker 8k, 4=CBS, 5=Atari Super Chip
  45.  
  46. -s
  47. Turn ON sound.  This will slow down emulation a bit, and may sound a bit
  48. choppy on slow machines.
  49.  
  50. -S
  51. Turn OFF sound. (default)
  52.  
  53. -w
  54. Swap the left and right control methods.
  55.  
  56. -j
  57. Use real joysticks. (default)
  58.  
  59. -k
  60. Use keyboard for joystick.
  61.  
  62. -y
  63. Use the mouse y-location instead of x-location as a paddle.
  64.  
  65. -V <mode>
  66. Set the video mode. 0=custom screen (default), 1=window,
  67.                     2=custom screen, fast but ugly
  68.  
  69.  
  70. CONTROLS
  71.  
  72. Joysticks will be used unless the -k option is used.  The mouse is used as
  73. the paddle.
  74.  
  75. The default keys are:
  76.  
  77. Joystick movement - Arrow keys    
  78. Joystick fire - Right Alt
  79. Reset - F2 
  80. Select - F3
  81. Color/BW - F4 Toggle
  82. Player 1 difficultly - F5=Amature F6=Pro
  83. Player 2 difficultly - F7=Amature F8=Pro
  84. Quit - F10
  85.  
  86.  
  87. BUGS and LIMITATIONS
  88.  
  89. The sound support only plays the pure tone noises. The bank switching is
  90. fairly unstable. Keypad support doesn't work.
  91.  
  92.  
  93. COPY POLICY
  94.  
  95. Virtual 2600 is copyright 1995/96 Alex Hornby.
  96.  
  97. Virtual 2600 is free software distributed under the terms of the GNU General 
  98. Public License. See the file COPYING for details.
  99.  
  100.  
  101. AUTHOR
  102.  
  103. Alex Hornby
  104. <ahornby@zetnet.co.uk>
  105. Check my web site at http://www.users.zetnet.co.uk/ahornby for updates.
  106.  
  107. Amiga version 0.6 by Matthew Stroup
  108. <stroupm@jps.net>
  109. Check my web site at http://gaia.ecs.csus.edu/~stroupm for updates.
  110.